Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Table.to_arrow() and Table.to_panda() more robust when there is … #339

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

rwiker
Copy link
Contributor

@rwiker rwiker commented Jul 4, 2024

…a mismatch between data.format and blob content.

Issue

N/A

Short description

Refactor. Try reading according to the value of data.format; if that fails, try csv, parquet and featgherin that order.

Pre-review checklist

  • Read through all changes. No redundant print() statements, commented-out code, or other remnants from the development. 👀
  • Make sure tests pass after every commit. ✅
  • New/refactored code is following same conventions as the rest of the code base. 🧬
  • New/refactored code is tested. ⚙
  • Documentation has been updated 🧾

Pre-merge checklist

  • Commit history is consistent and clean. 👌

…a mismatch between data.format and blob content.
@rwiker rwiker requested a review from a team July 4, 2024 10:18
@rwiker rwiker merged commit e53f511 into main Jul 4, 2024
25 checks passed
@rwiker rwiker deleted the make-table-conversions-more-robust branch July 4, 2024 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants